widget: Set GDK_BUTTON1_MASK on emulated pointer events
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 4 Jun 2014 10:56:57 +0000 (12:56 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 4 Jun 2014 11:44:56 +0000 (13:44 +0200)
commitcb059bfc1b5cdcdf41e9b908e70d0b71c25e65c8
treeff0a1c6efff1de2df49c642b3e3def90b2a32773
parent7a0642743d20ef5fc6cf3b58d104b3fbd2c532a4
widget: Set GDK_BUTTON1_MASK on emulated pointer events

The touch_event handler was missing those when emulating pointer events
for the widgets that get GDK_TOUCH_MASK set, but have no specialized
touch handlers.
gtk/gtkwidget.c